type google.golang.org/grpc.stringer

6 uses

	google.golang.org/grpc (current package)
		server.go#L1346: 			trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1374: 		trInfo.tr.LazyLog(stringer("OK"), false)
		server.go#L1639: 			ss.trInfo.tr.LazyLog(stringer(appStatus.Message()), true)
		server.go#L1658: 		ss.trInfo.tr.LazyLog(stringer("OK"), false)
		trace.go#L121: type stringer string
		trace.go#L123: func (s stringer) String() string { return string(s) }